home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 23
/
PC Gamer IT CD 23.iso
/
PATCHES
/
JF33DFX2.ZIP
/
UPDATE.BAT
< prev
Wrap
DOS Batch File
|
1997-07-02
|
2KB
|
48 lines
@echo off
cls
IF NOT EXIST resource\graphics.lib goto NOJF3
echo ┌─────────────────────────────────────────────────────────────────────────────┐
echo │ JET FIGHTER III Upgrade Program │
echo └─────────────────────────────────────────────────────────────────────────────┘
echo
echo Searching for an installed copy of JetFighter III...
echo
echo JetFighter III found! Ready to apply the patch.
pause
echo
echo Updating JetFighter III
echo This may take several minutes...
rename jf33dfx2.dat patch.exe
patch -d -o
rename patch.exe jf33dfx2.dat
echo
echo Update successfully applied
goto END
:NOJF3
cls
echo ┌─────────────────────────────────────────────────────────────────┐
echo │ JetFighter III was not found in this directory! │
echo │ │
echo │ Be sure to change into the JetFighter III directory before │
echo │ applying the patch! You must also copy the update file into │
echo │ the directory where JetFighter III was installed. │
echo │ │
echo │ FULL INSTRUCTIONS: │
echo │ 1. Copy the update file into your JetFighter III directory │
echo │ by typing: COPY JF33DFX2.EXE C:\JF3 [Enter] │
echo │ 2. Switch into the JetFighter III directory: CD \JF3 [Enter] │
echo │ 3. Decompress this update by typing: JF33DFX2 [Enter] │
echo │ 4. Apply the update by typing: UPDATE [Enter] │
echo │ │
echo └─────────────────────────────────────────────────────────────────┘
goto END
:END
echo